home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
Whowhat.dxr
/
00002_Navigation framework.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-16
|
461 b
|
41 lines
global gMasterData, gSection
on GoOn
stopSound2()
case gSection of
#intro:
go1()
1:
go2()
2:
storeSpLocs()
leaveThisMovie()
end case
end
on goBack
stopSound2()
case gSection of
1:
goIntro()
2:
storeSpLocs()
go1()
end case
end
on leaveThisMovie
stopSound2()
cursor(4)
go(1, "Menu3")
end
on notePadButton
DoNotepad()
end
on continueNext
stopSound2()
go(the frame + 1)
end